Feature: View About Page
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 12.604s |
Scenario: As a user I want to see About Page to check the version
Given
I navigate to page "http://localhost:2368/ghost/"
0m 3.805s
When
I enter "" into input field having css selector ".email"
0m 2.207s
When
I enter "" into input field having css selector ".password"
0m 2.182s
When
I click on element having css selector ".login"
0m 2.175s
When
I navigate to page "http://localhost:2368/ghost/#/about"
0m 2.226s
Then
I should see text "version"
0m 0.009s
Screenshots
Given I navigate to page "http://localhost:2368/ghost/"
When I enter "" into input field having css selector ".email"
When I enter "" into input field having css selector ".password"
When I click on element having css selector ".login"
When I navigate to page "http://localhost:2368/ghost/#/about"
Then I should see text "version"